home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000196_news@watsun.cc.columbia.edu _Tue Feb 9 08:53:31 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id IAA00744
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 9 Feb 1999 08:53:30 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id IAA01313
  7.     for kermit.misc@watsun.cc.columbia.edu; Tue, 9 Feb 1999 08:26:13 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Subject: Re: Scrollback buffer must be disabled but how?
  11. Date: 9 Feb 1999 13:26:12 GMT
  12. Organization: Columbia University
  13. Message-ID: <79pd1k$18v$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@mailrelay2.cc.columbia.edu
  15.  
  16. In article <918548361.531582@jive.news.big-orange.net>,
  17. Michel Krabshuis <mjka@globalxs.nl> wrote:
  18.  
  19. : >Second, you can remap the scrollback functions with the
  20. : >SET TERM KEY VT100 command.  Unmap the assignments you do
  21. : >not like.
  22. : Which keys must i redefine? And is there something like a NULL mapping for
  23. : the keys??
  24.  
  25. The keys to be redefined depend on the specific terminal emulation
  26. that you are using.  For VT100 here is the procedure to use to 
  27. determine the keys.
  28.  
  29. . SET TERMINAL TYPE VT100
  30.  
  31. the terminal type is now VT100
  32.  
  33. . HELP KVERB UPONE
  34. . HELP KVERB UPSCN
  35. . HELP KVERB DNONE
  36. . HELP KVERB DNSCN
  37. . HELP KVERB ENDSCN
  38. . HELP KVERB HOMSCN
  39.  
  40. these commands will list all of the current bindings for the kverbs
  41. that enter scrollback mode.
  42.  
  43. For each keycode listed above
  44.  
  45. . SET TERMINAL KEY VT100 <keycode> \Kignore
  46.  
  47.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  48.                  The Kermit Project * Columbia University
  49.               612 West 115th St #716 * New York, NY * 10025
  50.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org